ComponentOne ASP.NET MVC Controls
Content Method (TileBuilder<TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > TileBuilder<TControl,TBuilder> Class : Content Method
The value.
Configurates C1.Web.Mvc.Tile.Content. Sets the tile content(text/html) or the selector of a Dom element which contains the content.
Syntax
'Declaration
 
Public Function Content( _
   ByVal value As String _
) As TBuilder
public TBuilder Content( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

TileBuilder<TControl,TBuilder> Class
TileBuilder<TControl,TBuilder> Members